home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_400_Texture “Shell”.txt < prev    next >
Text File  |  1994-02-10  |  567b  |  22 lines

  1.   // declare a texture of a shape's surface (goes inside an object)
  2.   // any of the attributes can be changed, or left out (default)
  3.   texture
  4.   {
  5.     // pigment - attributes for surface color
  6.     pigment
  7.     {
  8.       // agate, wood, checker, color, gradient‚Ķ
  9.      }
  10.     // normal - attributes for surface ‚Äútexture‚Äù
  11.     normal
  12.     {
  13.        // bumps, dents, ripples, bump_map...
  14.      }
  15.     // finish - attributes for surface finish or shininess
  16.     finish
  17.      {
  18.        // phong, specular, reflection, diffuse, metallic...
  19.      }
  20.     // material_map, tiles‚Ķ
  21.  }
  22.